Various updates to current status.
authorOwen Taylor <otaylor@redhat.com>
Thu, 11 May 2000 16:40:30 +0000 (16:40 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 11 May 2000 16:40:30 +0000 (16:40 +0000)
Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>

* TODO.xml: Various updates to current status.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
TODO.xml

index e62e283f84bced1b0423fb32049713a0e690650e..d9c2532168b30452cbfd422f5c43796315e0977e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * TODO.xml: Various updates to current status.
+
 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk.m4: Print out version when test succeeds.
index e62e283f84bced1b0423fb32049713a0e690650e..d9c2532168b30452cbfd422f5c43796315e0977e 100644 (file)
@@ -1,3 +1,7 @@
+Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * TODO.xml: Various updates to current status.
+
 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk.m4: Print out version when test succeeds.
index e62e283f84bced1b0423fb32049713a0e690650e..d9c2532168b30452cbfd422f5c43796315e0977e 100644 (file)
@@ -1,3 +1,7 @@
+Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * TODO.xml: Various updates to current status.
+
 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk.m4: Print out version when test succeeds.
index e62e283f84bced1b0423fb32049713a0e690650e..d9c2532168b30452cbfd422f5c43796315e0977e 100644 (file)
@@ -1,3 +1,7 @@
+Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * TODO.xml: Various updates to current status.
+
 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk.m4: Print out version when test succeeds.
index e62e283f84bced1b0423fb32049713a0e690650e..d9c2532168b30452cbfd422f5c43796315e0977e 100644 (file)
@@ -1,3 +1,7 @@
+Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * TODO.xml: Various updates to current status.
+
 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk.m4: Print out version when test succeeds.
index e62e283f84bced1b0423fb32049713a0e690650e..d9c2532168b30452cbfd422f5c43796315e0977e 100644 (file)
@@ -1,3 +1,7 @@
+Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * TODO.xml: Various updates to current status.
+
 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk.m4: Print out version when test succeeds.
index e62e283f84bced1b0423fb32049713a0e690650e..d9c2532168b30452cbfd422f5c43796315e0977e 100644 (file)
@@ -1,3 +1,7 @@
+Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * TODO.xml: Various updates to current status.
+
 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk.m4: Print out version when test succeeds.
index 2bd1bbaa764f73228479844cf55da8b6ecf660f0..0892c0b394393853358bc38795c3727c51a82f3f 100644 (file)
--- a/TODO.xml
+++ b/TODO.xml
       <bugs>#3958</bugs>
     </entry>
 
-
+    <entry size="small" status="0%" target="1.4">
+      <title>Make color handling more convenient</title>
+      <description>
+       <p>
+          Add some color convenience functions; such as a way to get an
+          allocated GdkColor from GdkRGB, and export functions from gtkstyle.c
+          that lighten/darken a given color, and set a color from HSV in
+          addition to RGB. Also, consider having static variables that contain
+          preallocated common colors (gdk_blue, gdk_red, etc.), the problem
+          being colormap issues.
+       </p>
+      </description>
+      <contact>gtk-devel-list@gnome.org</contact>
+    </entry>
 
     <entry size="small" status="0%" target="1.4">
       <title>Cursors</title>
   <section>
     <title>Internationalization</title>
     
-    <entry size="big" status="0%" target="1.4">
+    <entry size="big" status="70%" target="1.4">
       <title>Integrate Pango</title>
       <description>
        <p>
       <contact>gtk-i18n-list@redhat.com</contact>
     </entry>
 
-    <entry size="medium" status="20%" target="1.4">
+    <entry size="medium" status="80%" target="1.4">
       <title>Switch to using UTF-8</title>
       <description>
        <p>
       <contact>gtk-i18n-list@redhat.com</contact>
     </entry>
 
-    <entry size="big" status="0%" target="1.4">
+    <entry size="big" status="40%" target="1.4">
       <title>Rewrite Input Method Support</title>
       <description>
        <p>
-         Current support for Input Methods is done via XIM, with
+         Support for Input Methods is GTK+-1.2 is done via XIM, with
          supported styles being over-the-spot and the root-window
          styles. However, the over-the-spot style is not going to
          work well with the Pango integration, since it relies on the
          set of callbacks that are invoked by the input methods.
        </p>
        <p>
-         While adding the above support, it may be desirable to
-         generalize the input-method support to the point where 
+         GTK+-1.4 will have a new system with loadable input method
+         modules. These modules can either be implemented using XIM,
+         or written from scratch.
        </p>
       </description>
       <contact>gtk-i18n-list@redhat.com</contact>
     </entry>
 
 
-    <entry size="small" status="0%" target="1.4">
-      <title>Make color handling more convenient</title>
-      <description>
-       <p>
-          Add some color convenience functions; such as a way to get an
-          allocated GdkColor from GdkRGB, and export functions from gtkstyle.c
-          that lighten/darken a given color, and set a color from HSV in
-          addition to RGB. Also, consider having static variables that contain
-          preallocated common colors (gtk_blue, gtk_red, etc.), the problem
-          being colormap issues.
-       </p>
-      </description>
-      <contact>gtk-devel-list@gnome.org</contact>
-    </entry>
-
     <entry size="small" status="0%" target="1.4">
       <title>Convenient widget setup</title>
       <description>
   <section>
     <title>GTK+ Widgets</title>
 
-    <entry size="small" status="0%" target="1.4">
+    <entry size="small" status="50%" target="1.4">
       <title>Make GtkFrame use a label</title>
       <description>
        <p>
       <contact>gtk-devel-list@gnome.org</contact>
     </entry>
 
-    <entry size="big" status="50%" target="1.4">
+    <entry size="big" status="75%" target="1.4">
       <title>Replace GtkText Widget</title>
       <description>
        <p>
-         The GtkText widget is badly in need of replacement, since it is
-         buggy and insufficiently feature rich. There are a number
-         of possible candidates for a replacement, with the most
-         promising at the current time being Havoc Pennington's
-         (hp@redhat.com) port of the Tk Text widget.
+         The GtkText widget is badly in need of replacement, since it
+         is buggy and insufficiently feature rich. This is being done
+         using Havoc Pennington's port of the Tk Text widget.
        </p>
        <p>
-         As part of this job it will be necessary to add
-         <a href="http://www.pango.org">Pango</a> support to the
-         replacement. The structure of the Tk text widget port seems
-         suited to this as it works paragraph-by-paragraph, and
-         Pango works at a sub-paragraph scale.
+         As part of this job <a href="http://www.pango.org">Pango</a>
+         support is being added to the replacement. The structure of
+         the Tk text widget port is suited to this as it works
+         paragraph-by-paragraph, and Pango works at a sub-paragraph
+         scale. The main remaining tasks here are to implement
+         incremental reflow to make performance acceptable and to
+         implement embedded pixmaps and widgets.
        </p>
       </description>
       <contact>gtk-devel-list@gnome.org</contact>
       <contact>otaylor@redhat.com</contact>
     </entry>
 
-    <entry size="small" status="0%" target="1.4">
+    <entry size="small" status="100%" target="1.4">
       <title>Don't highlight first menu item when menus come up</title>
       <description>
        <p>
       <contact>gtk-devel-list@gnome.org</contact>
     </entry>
 
-    <entry size="small" status="0%" target="1.4">
+    <entry size="small" status="95%" target="1.4">
       <title>Integrate new color selector</title>
       <description>
        <p>